WIP
This commit is contained in:
parent
49383b1b32
commit
229846fe6d
5 changed files with 79 additions and 42 deletions
14
platforms/firmware/platform/core_ll.h
Normal file
14
platforms/firmware/platform/core_ll.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* core_ll.h
|
||||
*
|
||||
* Created on: Feb 12, 2020
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#ifndef FIRMWARE_PLATFORM_CORE_LL_H_
|
||||
#define FIRMWARE_PLATFORM_CORE_LL_H_
|
||||
|
||||
#include <stm32f4xx_ll_cortex.h>
|
||||
#include <stm32f4xx_ll_utils.h>
|
||||
|
||||
#endif /* FIRMWARE_PLATFORM_CORE_LL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue