File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ #if DEVICE_USTICKER
18
+
16
19
#include "hal/us_ticker_api.h"
17
20
#include "us_ticker_data.h"
18
21
@@ -75,3 +78,5 @@ void HAL_ResumeTick(void)
75
78
{
76
79
// Do nothing
77
80
}
81
+
82
+ #endif /* DEVICE_USTICKER */
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ #if DEVICE_USTICKER
18
+
16
19
#include <stddef.h>
17
20
#include "us_ticker_api.h"
18
21
#include "PeripheralNames.h"
@@ -264,3 +267,4 @@ void us_ticker_free(void)
264
267
us_ticker_disable_interrupt ();
265
268
}
266
269
270
+ #endif /* DEVICE_USTICKER */
You can’t perform that action at this time.
0 commit comments