diff options
| author | Joel Challis <git@zvecr.com> | 2020-04-05 22:15:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-05 22:15:40 +0100 |
| commit | 2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9 (patch) | |
| tree | 701293e28b85508cb7917914930afaad5c5bf572 /keyboards/at_at | |
| parent | 6de77141a4f7d45b19a148674beba1beb6711472 (diff) | |
| download | qmk_firmware-2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9.tar.gz qmk_firmware-2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9.zip | |
Enable memcore to fix malloc/rand crashes (#8695)
Diffstat (limited to 'keyboards/at_at')
| -rw-r--r-- | keyboards/at_at/660m/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/at_at/660m/chconf.h b/keyboards/at_at/660m/chconf.h index 4640ff533..03f63da36 100644 --- a/keyboards/at_at/660m/chconf.h +++ b/keyboards/at_at/660m/chconf.h | |||
| @@ -331,7 +331,7 @@ | |||
| 331 | * @note The default is @p TRUE. | 331 | * @note The default is @p TRUE. |
| 332 | */ | 332 | */ |
| 333 | #if !defined(CH_CFG_USE_MEMCORE) | 333 | #if !defined(CH_CFG_USE_MEMCORE) |
| 334 | #define CH_CFG_USE_MEMCORE FALSE | 334 | #define CH_CFG_USE_MEMCORE TRUE |
| 335 | #endif | 335 | #endif |
| 336 | 336 | ||
| 337 | /** | 337 | /** |
