comparison include/BeagleRT.h @ 55:41d24dba6b74 newapi

Add cape test project and make rt_printf (rtdk.h) part of standard BeagleRT.h include
author andrewm
date Mon, 15 Jun 2015 18:16:00 +0100
parents 42a683058b6a
children 3c3a1357657d
comparison
equal deleted inserted replaced
52:a6d223473ea2 55:41d24dba6b74
27 27
28 #ifndef BEAGLERT_H_ 28 #ifndef BEAGLERT_H_
29 #define BEAGLERT_H_ 29 #define BEAGLERT_H_
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include <rtdk.h>
32 #include "digital_gpio_mapping.h" 33 #include "digital_gpio_mapping.h"
33 34
34 // Useful constants 35 // Useful constants
35 36
36 /** \cond PRIVATE */ 37 /** \cond PRIVATE */