Disabling systick

pull/10689/head
George Beckstein 2019-05-02 11:55:32 -04:00 committed by aglass0fmilk
parent 058060711d
commit d8fbdfcac3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
// SYSTICK_ENABLED
#ifndef SYSTICK_ENABLED
#define SYSTICK_ENABLED 1
#define SYSTICK_ENABLED 0
#endif
//==========================================================