Ajout FishPeper
This commit is contained in:
9
OpenSky/arch/rasp/hal_delay.h
Normal file
9
OpenSky/arch/rasp/hal_delay.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __HAL_DELAY_H__
|
||||
#define __HAL_DELAY_H__
|
||||
#include "hal_timeout.h"
|
||||
|
||||
#define hal_delay_us(us) hal_timeout_delay_us(us)
|
||||
#define hal_delay_ms(ms) hal_timeout_delay_us((ms) * 1000)
|
||||
|
||||
|
||||
#endif // __HAL_DELAY_H__
|
||||
Reference in New Issue
Block a user