diff options
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY/main.c')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c index 236ab396c..dabc687cb 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c @@ -40,11 +40,6 @@ static THD_FUNCTION(Thread1, arg) { */
int main(void) {
- SCB_InvalidateICache();
- SCB_EnableICache();
- SCB_CleanInvalidateDCache();
- SCB_EnableDCache();
-
/*
* System initializations.
* - HAL initialization, this also initializes the configured device drivers
|