4545

Dependents:   LSS_Rev_1

Fork of mbed-dev by Umar Naeem

Revision:
149:156823d33999
Parent:
144:ef7eb2e8f9f7
--- a/hal/us_ticker_api.h	Fri Sep 30 18:07:01 2016 +0100
+++ b/hal/us_ticker_api.h	Fri Oct 28 11:17:30 2016 +0100
@@ -1,3 +1,6 @@
+
+/** \addtogroup hal */
+/** @{*/
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2015 ARM Limited
  *
@@ -17,7 +20,7 @@
 #define MBED_US_TICKER_API_H
 
 #include <stdint.h>
-#include "ticker_api.h"
+#include "hal/ticker_api.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -76,3 +79,5 @@
 #endif
 
 #endif
+
+/** @}*/