]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/DPH/scan_loop.c
Changing decToInt to numToInt (adds support for Hex number interpreter)
[kiibohd-controller.git] / Scan / DPH / scan_loop.c
index 324c4c92b311bb2c653e3d7bf93e7a049e4f640b..da6d1517305c9027514029cd39061555abd43894 100644 (file)
@@ -1027,7 +1027,7 @@ void cliFunc_senseDebug( char* args )
        // If there was an argument, use that instead
        if ( *arg1Ptr != '\0' )
        {
-               senseDebugCount = decToInt( arg1Ptr );
+               senseDebugCount = numToInt( arg1Ptr );
        }
 }