This commit is contained in:
Attila Body 2020-02-12 17:11:08 +01:00
parent 49383b1b32
commit 229846fe6d
5 changed files with 79 additions and 42 deletions

View 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_ */