X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer.c;h=4ddf06057503ff1370c59a7907810566a898a780;hb=11da44352fcd4d33b173c976db45293ac1a87cca;hp=0e756dbb6cb01c435062380cbd60536d0e165520;hpb=9bde379b39600b3023bc42ea7affdab4edc8cf18;p=bertos.git diff --git a/bertos/drv/timer.c b/bertos/drv/timer.c index 0e756dbb..4ddf0605 100644 --- a/bertos/drv/timer.c +++ b/bertos/drv/timer.c @@ -39,14 +39,15 @@ #include "timer.h" -#include -#include -#include - +#include +#include #include #include #include -#include + +#include +#include +#include /* * Include platform-specific binding code if we're hosted.