diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-01-25 11:00:18 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-01-25 11:00:18 -0500 |
commit | 12fa2716dbc3ea80c833411b12fe403421cebb00 (patch) | |
tree | 56f7f9c2fe444a8cb0e9abd9993978581184daa5 /include/stm32l476xx.h | |
parent | bf230d6a745e61d72cd364bc6f0bea282671b634 (diff) |
hardware float support
Diffstat (limited to 'include/stm32l476xx.h')
-rw-r--r-- | include/stm32l476xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stm32l476xx.h b/include/stm32l476xx.h index 7c6f9e0..3708eed 100644 --- a/include/stm32l476xx.h +++ b/include/stm32l476xx.h @@ -182,7 +182,6 @@ typedef enum */
#include "core_cm4.h" /* Cortex-M4 processor and core peripherals */
-#include "system_stm32l4xx.h"
#include <stdint.h>
/** @addtogroup Peripheral_registers_structures
|