Browse Source

make compile w/o other header pollution..

main
John-Mark Gurney 2 years ago
parent
commit
bbab428226
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      sysinit.h

+ 4
- 0
sysinit.h View File

@@ -53,6 +53,10 @@
#ifndef _SYSINIT_H_ #ifndef _SYSINIT_H_
#define _SYSINIT_H_ 1 #define _SYSINIT_H_ 1


/* for __WEAK */
#include <cmsis_compiler.h>

#include <stdint.h>
#include <linker_set.h> #include <linker_set.h>


/* from FreeBSD sys/systm.h */ /* from FreeBSD sys/systm.h */


Loading…
Cancel
Save