X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer.c;h=d832059086a563134303e16f87146f5cd1691bba;hb=055132222c4380c116e15f66a9ab7e1f561d329e;hp=694b37eea2b34c0b451b9317c25f9f878ce0a850;hpb=83e8cfaaf519136e906463151f91ea6bac409973;p=bertos.git diff --git a/bertos/drv/timer.c b/bertos/drv/timer.c index 694b37ee..d8320590 100644 --- a/bertos/drv/timer.c +++ b/bertos/drv/timer.c @@ -58,6 +58,11 @@ #if OS_HOSTED //#include OS_CSOURCE(timer) #include +#else + #ifndef WIZ_AUTOGEN + #warning Deprecated: now you should include timer_ directly in the makefile. Remove this line and the following once done. + #include CPU_CSOURCE(timer) + #endif #endif /*