mirror of https://github.com/ARMmbed/mbed-os.git
Update us_ticker.c
parent
3e76f8cf2a
commit
8cfb41f56c
|
@ -13,6 +13,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include <stddef.h>
|
||||
#include "us_ticker_api.h"
|
||||
#include "PeripheralNames.h"
|
||||
|
||||
static int us_ticker_inited = 0;
|
||||
int MRT_Clock_MHz;
|
||||
|
|
Loading…
Reference in New Issue