mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 12:57:27 +08:00
start integrating Antoine's new sys_time
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "std.h"
|
||||
#include "mcu.h"
|
||||
#include "sys_time.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "led.h"
|
||||
|
||||
static inline void main_init( void );
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "std.h"
|
||||
#include "mcu.h"
|
||||
#include "sys_time.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "led.h"
|
||||
#include "mcu_periph/uart.h"
|
||||
#include "print.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "std.h"
|
||||
#include "mcu.h"
|
||||
#include "sys_time.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "led.h"
|
||||
#include "mcu_periph/uart.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "std.h"
|
||||
#include "mcu.h"
|
||||
#include "sys_time.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "led.h"
|
||||
#include "mcu_periph/uart.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "std.h"
|
||||
#include "mcu.h"
|
||||
#include "sys_time.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "led.h"
|
||||
#include "interrupt_hw.h"
|
||||
#include "mcu_periph/usb_serial.h"
|
||||
|
||||
Reference in New Issue
Block a user