X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fnewbs_testing_debugging.md;h=45509110a557f0bb0e4920dc75d08f32960d70d5;hb=d28684da90536b54ff7d145decb80e0bd9290996;hp=1d8021dec8f16c32032bc24c65ee64e166ec4a47;hpb=08e48eb6f534c7eeb692e8e63b81f41110dcb5e3;p=qmk_firmware.git diff --git a/docs/newbs_testing_debugging.md b/docs/newbs_testing_debugging.md index 1d8021dec..45509110a 100644 --- a/docs/newbs_testing_debugging.md +++ b/docs/newbs_testing_debugging.md @@ -28,6 +28,6 @@ Sometimes it's useful to print debug messages from within your [custom code](cus After that you can use a few different print functions: * `print("string")`: Print a simple string. -* `sprintf("%s string", var)`: Print a formatted string +* `uprintf("%s string", var)`: Print a formatted string * `dprint("string")` Print a simple string, but only when debug mode is enabled * `dprintf("%s string", var)`: Print a formatted string, but only when debug mode is enabled