mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Fixed broken imports after dir structure rework & added stm32 i2c
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
* crash with the appropriate error message if the code is executed.
|
||||
*/
|
||||
#ifndef STA_NOT_IMPLEMENTED
|
||||
# define STA_NOT_IMPLEMENTED() throw "myFunction is not implemented yet.";
|
||||
# define STA_NOT_IMPLEMENTED() // throw "myFunction is not implemented yet.";
|
||||
#endif // !STA_NOT_IMPLEMENTED
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user