update to suppress warning of "last line of file ends without a newline"
Revision 2:04e0f6cc7fe5, committed 2022-06-13
- Comitter:
- nxpfan
- Date:
- Mon Jun 13 22:36:12 2022 +0000
- Parent:
- 1:877856770b37
- Commit message:
- update to suppress warning of "last line of file ends without a newline"
Changed in this revision
LedPwmOutCC.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 877856770b37 -r 04e0f6cc7fe5 LedPwmOutCC.cpp --- a/LedPwmOutCC.cpp Thu Mar 19 08:39:52 2015 +0000 +++ b/LedPwmOutCC.cpp Mon Jun 13 22:36:12 2022 +0000 @@ -24,4 +24,4 @@ { pwm( rhs ); return ( *this ); -} \ No newline at end of file +}