File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 25
25
#include "timer_cmsdk_drv.h"
26
26
#include "us_ticker_api.h"
27
27
28
- #if TARGET_MUSCA_A1_NS
29
-
30
28
static uint64_t total_ticks = 0 ;
31
29
static uint32_t previous_ticks = 0 ;
32
30
@@ -111,33 +109,3 @@ void usec_interval_irq_handler(void)
111
109
us_ticker_read ();
112
110
us_ticker_irq_handler ();
113
111
}
114
-
115
- #else // TARGET_MUSCA_A1_NS
116
-
117
- void us_ticker_init (void )
118
- {
119
- }
120
- void us_ticker_free (void )
121
- {
122
- }
123
- uint32_t us_ticker_read (void )
124
- {
125
- return 0 ;
126
- }
127
- void us_ticker_set_interrupt (timestamp_t timestamp )
128
- {
129
- }
130
- void us_ticker_disable_interrupt (void )
131
- {
132
- }
133
- void us_ticker_clear_interrupt (void )
134
- {
135
- }
136
- void us_ticker_fire_interrupt (void )
137
- {
138
- }
139
- const ticker_info_t * us_ticker_get_info (void )
140
- {
141
- }
142
-
143
- #endif // TARGET_MUSCA_A1_NS
You can’t perform that action at this time.
0 commit comments