File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ void VirtIOSerial::begin(void)
7171
7272void VirtIOSerial::begin (uint32_t /* baud_count */ )
7373{
74- // uart config is ignored in OpenAmp
74+ // uart config is ignored in OpenAMP
7575 begin ();
7676}
7777
7878void VirtIOSerial::begin (uint32_t /* baud_count */ , uint8_t /* config */ )
7979{
80- // uart config is ignored in OpenAmp
80+ // uart config is ignored in OpenAMP
8181 begin ();
8282}
8383
Original file line number Diff line number Diff line change 3131#include " virtio_buffer.h"
3232
3333// ================================================================================
34- // Serial over OpenAmp
34+ // Serial over OpenAMP
3535
3636// This structure is used to be able to get VirtIOSerial instance (C++ class)
3737// from handler (C structure) specially for rpmsg message management
You can’t perform that action at this time.
0 commit comments