mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: hal/serial_api.h
- Revision:
- 149:156823d33999
- Parent:
- 144:ef7eb2e8f9f7
--- a/hal/serial_api.h Fri Sep 30 18:07:01 2016 +0100 +++ b/hal/serial_api.h Fri Oct 28 11:17:30 2016 +0100 @@ -1,3 +1,6 @@ + +/** \addtogroup hal */ +/** @{*/ /* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * @@ -17,8 +20,8 @@ #define MBED_SERIAL_API_H #include "device.h" -#include "buffer.h" -#include "dma_api.h" +#include "hal/buffer.h" +#include "hal/dma_api.h" #if DEVICE_SERIAL @@ -300,3 +303,5 @@ #endif #endif + +/** @}*/