drivers: hwinfo: stm32: use generic LL headers
Use generic LL headers instead of depending on soc.h. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
505861e822
commit
39d388287f
10 changed files with 2 additions and 33 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_utils.h>
|
||||
#include <drivers/hwinfo.h>
|
||||
#include <string.h>
|
||||
#include <sys/byteorder.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue