Revert function re-naming to avoid breaking programs

This commit is contained in:
Joel16 2018-02-19 17:12:55 -06:00
parent 1b93b23fee
commit 82019d2d78

View File

@ -29,7 +29,7 @@ Result acWaitInternetConnection(void);
* @brief Gets the connected WiFi status. * @brief Gets the connected WiFi status.
* @param out Pointer to output the connected WiFi status to. (0 = not connected, 1 = O3DS Internet, 2 = N3DS Internet) * @param out Pointer to output the connected WiFi status to. (0 = not connected, 1 = O3DS Internet, 2 = N3DS Internet)
*/ */
Result ACU_GetWiFiStatus(u32 *out); Result ACU_GetWifiStatus(u32 *out);
/** /**
* @brief Gets the connected WiFi status. * @brief Gets the connected WiFi status.