Skip to content

Commit 347b84c

Browse files
sanujkulper1234
andauthored
Update README.md
Co-Authored-By: per1234 <accounts@perglass.com>
1 parent 0a3842a commit 347b84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Calling this function switches on the timestamp in the `Debug.print()` function
5151
By default, printing timestamp is off, unless turned on using this function call.
5252

5353
### 4. Debug.timestampOff() :
54-
Calling this function will switches off the timestamp in `Debug.print()` function call;
54+
Calling this function switches off the timestamp in the `Debug.print()` function call;
5555

5656
### 5. Debug.print(int const debug_level, const char * fmt, ...);
5757
This function assess the debug_level and prints the message if parameter `debug_level` in `Debug.print(debug_level, ...)` function call belongs to the range: DBG_ERROR <= debug_level <= (<DBG_LEVEL> that has been set using setDebugLevel() function).

0 commit comments

Comments
 (0)