Removed pragma defines that were mistakenly left in
This commit is contained in:
parent
2e201cd835
commit
2735426fc0
|
@ -1,9 +1,3 @@
|
||||||
#if defined(__GNUC__)
|
|
||||||
#pragma GCC diagnostic warning "-Wall"
|
|
||||||
#pragma GCC diagnostic warning "-Wextra"
|
|
||||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* swTimer.c SDK timer suspend API
|
/* swTimer.c SDK timer suspend API
|
||||||
*
|
*
|
||||||
* SDK software timer API info:
|
* SDK software timer API info:
|
||||||
|
|
Loading…
Reference in New Issue