diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/ioports_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/ioports_lld.h b/src/templates/ioports_lld.h index a046446f5..dff095e75 100644 --- a/src/templates/ioports_lld.h +++ b/src/templates/ioports_lld.h @@ -71,7 +71,7 @@ typedef uint32_t ioportid_t; * @note This function is not invoked by a system API, it should be invoked
* from the system initialization code.
*/
-#define ioport_init()
+#define ioport_init_lld()
/**
* @brief Writes a bits mask on a I/O port.
|