SDCard version

Fork of gr-peach-opencv-project-sd-card by the do

Revision:
149:156823d33999
Parent:
144:ef7eb2e8f9f7
--- a/hal/spi_api.h	Fri Sep 30 18:07:01 2016 +0100
+++ b/hal/spi_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_SPI_API_H
 
 #include "device.h"
-#include "dma_api.h"
-#include "buffer.h"
+#include "hal/dma_api.h"
+#include "hal/buffer.h"
 
 #if DEVICE_SPI
 
@@ -212,3 +215,5 @@
 #endif // SPI_DEVICE
 
 #endif // MBED_SPI_API_H
+
+/** @}*/