Fix typo
This commit is contained in:
parent
7721a40912
commit
23ba7c0136
@ -62,14 +62,14 @@
|
||||
/**
|
||||
* @brief Define for declaring the exported functions.
|
||||
*
|
||||
* This not only helps with the declaration but also makes the symbols visible, so they can be called form outside the library
|
||||
* This not only helps with the declaration but also makes the symbols visible, so they can be called from outside the library
|
||||
*/
|
||||
#define EXPORTED_FUNC_DECL(FUNC) EXPORT_FUNC FUNC
|
||||
|
||||
/**
|
||||
* @brief Define for declaring exported variables
|
||||
*
|
||||
* This not only helps with the declaration but also makes the symbols visible, so they can be accessed form outside the library
|
||||
* This not only helps with the declaration but also makes the symbols visible, so they can be accessed from outside the library
|
||||
*/
|
||||
#define EXPORTED_VAR_DECL(VAR) EXPORT_VAR VAR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user