Renamed "__no_instrument_function"

This commit is contained in:
Alex
2023-02-27 22:19:40 +02:00
parent 81512f2b57
commit 392ebc9be2
13 changed files with 84 additions and 83 deletions

View File

@ -51,7 +51,7 @@ namespace UniversalAsynchronousReceiverTransmitter
* @brief Get the Registered Port object
* @return SerialPorts
*/
SafeFunction __no_instrument_function SerialPorts GetRegisteredPort() { return this->Port; }
SafeFunction NIF SerialPorts GetRegisteredPort() { return this->Port; }
/**
* @brief Called when a character is sent.