Skip to content

Commit

Permalink
[arch] inbond stdinc time
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Feb 3, 2024
1 parent 8ed22bf commit 8f46c09
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion board/100ask-ros/init_dram/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <time.h>
%08x
#include <types.h>

#include <log.h>
Expand Down
2 changes: 1 addition & 1 deletion board/longanpi-3h/init_dram/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <time.h>
%08x
#include <types.h>

#include <log.h>
Expand Down
2 changes: 1 addition & 1 deletion board/longanpi-3h/tinymaix/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <time.h>
%08x
#include <types.h>

#include <log.h>
Expand Down
2 changes: 1 addition & 1 deletion board/longanpi-3h/tinymaix/tm_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ limitations under the License.

/******************************* DBG TIME CONFIG ************************************/
#include <sys/time.h>
#include <time.h>
%08x
#define TM_GET_US() time_us();

#define TM_DBGT_INIT() \
Expand Down
2 changes: 1 addition & 1 deletion board/longanpi-4b/init_dram/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <time.h>
%08x
#include <types.h>

#include <log.h>
Expand Down
2 changes: 1 addition & 1 deletion board/lt527x/init_dram/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <time.h>
%08x
#include <types.h>

#include <log.h>
Expand Down

0 comments on commit 8f46c09

Please sign in to comment.