mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
fix prototypes
This commit is contained in:
parent
eda56fd465
commit
d18a147f75
@ -36,8 +36,8 @@
|
||||
* and then unblocked while entering low power mode atomically
|
||||
*/
|
||||
|
||||
void hal_cpu_disable_irqs();
|
||||
void hal_cpu_enable_irqs();
|
||||
void hal_cpu_enable_irqs_and_sleep();
|
||||
void hal_cpu_disable_irqs(void);
|
||||
void hal_cpu_enable_irqs(void);
|
||||
void hal_cpu_enable_irqs_and_sleep(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user