Skip to content

Commit

Permalink
Test: Enable configSUPPORT_STATIC_ALLOCATION=1 in local config
Browse files Browse the repository at this point in the history
  • Loading branch information
rleh committed Jan 28, 2022
1 parent 7d64d9b commit cd558a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/nucleo_f429zi/usb_freetros/FreeRTOSConfigLocal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright (c) 2022, Raphael Lehmann
*
* This file is part of the modm project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#ifndef FREERTOS_CONFIG_LOCAL_H
#define FREERTOS_CONFIG_LOCAL_H

#undef configSUPPORT_STATIC_ALLOCATION
#define configSUPPORT_STATIC_ALLOCATION 1

#endif

0 comments on commit cd558a8

Please sign in to comment.