Skip to content

Commit

Permalink
Update PR message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jul 27, 2024
1 parent 2f0d3c2 commit b003693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Please tick off the following:
- [ ] using the LLVM/Clang compiler
- [ ] [Doxygen](https://www.doxygen.nl/index.html) style tags are used for public API
- [ ] Source code is properly formatted; run e.g. `clang-format -i <file>`
- [ ] I agree to the [GNU Lesser General Public License](https://github.com/MEGA65/mega65-libc/blob/master/LICENSE) of this repository
- [ ] I agree to the [License](https://github.com/MEGA65/mega65-libc/blob/master/LICENSE) of this repository
2 changes: 2 additions & 0 deletions src/conio.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,8 @@ unsigned char _cprintf(

fmt++;
}
// PGS 20240117 - What is the correct return value?
return 0;
}

void cputhex(unsigned long n, unsigned char prec)
Expand Down

0 comments on commit b003693

Please sign in to comment.