Normalizing file format

This commit is contained in:
Rodrigo Alfonso 2024-08-10 07:14:20 -03:00
parent ac9d4cd4e3
commit 6516744b6d
6 changed files with 6 additions and 6 deletions

View File

@ -251,7 +251,7 @@ class LinkCable {
/**
* @brief Waits for data from player #`playerId`. Returns `true` on success,
* or `false` on disconnection.
* @param playerId Number of player to wait data from.
* @param playerId ID of player to wait data from.
* @param cancel A function that will be continuously invoked. If it returns
* `true`, the wait be aborted.
*/

View File

@ -277,4 +277,4 @@ enum LINK_PS2_KEYBOARD_EVENT {
SPECIAL = 224 // Triggered before special keys
};
#endif // LINK_PS2_KEYBOARD_H
#endif // LINK_PS2_KEYBOARD_H

View File

@ -272,4 +272,4 @@ class LinkPS2Mouse {
extern LinkPS2Mouse* linkPS2Mouse;
#endif // LINK_PS2_MOUSE_H
#endif // LINK_PS2_MOUSE_H

View File

@ -288,7 +288,7 @@ class LinkUniversal {
/**
* @brief Waits for data from player #`playerId`. Returns `true` on success,
* or `false` on disconnection.
* @param playerId Number of player to wait data from.
* @param playerId ID of player to wait data from.
* @param cancel A function that will be continuously invoked. If it returns
* `true`, the wait be aborted.
*/

View File

@ -10,4 +10,4 @@ LINK_WIRELESS_CODE_IWRAM void LinkWireless::_onTimer() {
LINK_WIRELESS_CODE_IWRAM void LinkWireless::_onACKTimer() {
__onACKTimer();
}
#endif
#endif

View File

@ -770,4 +770,4 @@ extern LinkWirelessMultiboot* linkWirelessMultiboot;
#undef LWMLOG
#endif // LINK_WIRELESS_MULTIBOOT_H
#endif // LINK_WIRELESS_MULTIBOOT_H