comparison include/BeagleRT.h @ 187:d7148d21aaa5

Utilities are now optimizable. Closes #1526
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 19 Jan 2016 02:54:13 +0000
parents 1e629f126322
children 18d03901f866
comparison
equal deleted inserted replaced
186:524c87ec23a3 187:d7148d21aaa5
607 * \param task Task to schedule for running. 607 * \param task Task to schedule for running.
608 */ 608 */
609 void BeagleRT_scheduleAuxiliaryTask(AuxiliaryTask task); 609 void BeagleRT_scheduleAuxiliaryTask(AuxiliaryTask task);
610 610
611 /** @} */ 611 /** @} */
612 #include <Utilities.h>
612 613
613 #endif /* BEAGLERT_H_ */ 614 #endif /* BEAGLERT_H_ */