Skip to content

Commit 710967e

Browse files
committed
Fixed newline in puts
1 parent 8b68e9f commit 710967e

File tree

171 files changed

+1
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+1
-3
lines changed

common/include/common/firmware/jamstapl/handleroled.h

100644100755
File mode changed.

common/include/common/firmware/pixeldmx/show.h

100644100755
File mode changed.

common/include/common/utils/utils_array.h

100644100755
File mode changed.

common/make/DmxNodeNodeType.mk

100644100755
File mode changed.

common/make/DmxNodeOutputType.mk

100644100755
File mode changed.

common/make/Extra.mk

100644100755
File mode changed.

lib-clib/src/atexit.cpp

100644100755
File mode changed.

lib-clib/src/malloc.cpp

100644100755
File mode changed.

lib-clib/src/puts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ void Putc(int);
3232
extern "C" int puts(const char* s) //NOLINT
3333
{
3434
console::Puts(s);
35-
console::Putc('\n');
3635
return 1;
3736
}

lib-device/include/bh1750.h

100644100755
File mode changed.

0 commit comments

Comments
 (0)