1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Moved time functions out of system.h into time.h

This commit is contained in:
Martin Budden 2017-05-26 12:31:41 +01:00
parent 08638f1245
commit 23f158913e
123 changed files with 228 additions and 227 deletions

View file

@ -28,7 +28,6 @@
#include "common/color.h"
#include "light_ws2811strip.h"
#include "dma.h"
#include "drivers/system.h"
#include "rcc.h"
#include "timer.h"