Skip to content

Commit

Permalink
Update quantum/quantum.c
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <nick@tzarc.org>
  • Loading branch information
drashna and tzarc committed Nov 22, 2021
1 parent 4894599 commit 901560e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/quantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ __attribute__((weak)) void suspend_wakeup_init_quantum(void) {
*
* Takes an unsigned integer, and uses a static conversion buffer to convert that value into a
* char array
* NOTE: Subsequent invocations will reuse the same static buffer and overwrite the previous
* contents. Use the result immediately, instead of caching it.
*/

const char *get_numeric_str(char *buf, size_t buf_len, uint32_t curr_num, char curr_pad) {
Expand Down

0 comments on commit 901560e

Please sign in to comment.