Commit ba6ac8e
committed
zephyrCommon: Add Print::write(uint8_t*, size_t) default implementation
When compile with enabling CONFIG_DEBUG option,
the Print::write virtual function failed to link.
This implementation is usually not used.
Because the override implementation that implements
by the subclass will be used.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>1 parent 5a76d45 commit ba6ac8e
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments