mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Updated SPATZ to ignore TICK() when disabled
This commit is contained in:
@@ -45,7 +45,7 @@ namespace sta
|
||||
* @param buffer The float buffer to write the data to.
|
||||
* @param length The number of floats to request.
|
||||
*/
|
||||
void request(uint8_t id, float * buffer, size_t length);
|
||||
bool request(uint8_t id, float * buffer, size_t length);
|
||||
|
||||
/**
|
||||
* @brief Request doubles for a specific sensor id via the printable.
|
||||
@@ -80,6 +80,8 @@ namespace sta
|
||||
|
||||
#define STA_SPATZ_INIT(mutex, signal) ((void)0)
|
||||
|
||||
#define STA_SPATZ_TICK() ((void)0)
|
||||
|
||||
#endif // STA_SPATZ_ENABLED
|
||||
|
||||
#endif // STA_CORE_SPATZ_HPP
|
||||
|
Reference in New Issue
Block a user