1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

NAZE32 - Add hardware revision detection.

This commit is contained in:
Dominic Clifton 2014-10-15 20:59:06 +01:00
parent d3fc10fd83
commit 8ef70abaa0
12 changed files with 2616 additions and 2452 deletions

View file

@ -17,7 +17,7 @@
#pragma once
void systemInit(bool overclock);
void systemInit(void);
void delayMicroseconds(uint32_t us);
void delay(uint32_t ms);