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)
71
71
72
72
void VirtIOSerial::begin (uint32_t /* baud_count */ )
73
73
{
74
- // uart config is ignored in OpenAmp
74
+ // uart config is ignored in OpenAMP
75
75
begin ();
76
76
}
77
77
78
78
void VirtIOSerial::begin (uint32_t /* baud_count */ , uint8_t /* config */ )
79
79
{
80
- // uart config is ignored in OpenAmp
80
+ // uart config is ignored in OpenAMP
81
81
begin ();
82
82
}
83
83
Original file line number Diff line number Diff line change 31
31
#include " virtio_buffer.h"
32
32
33
33
// ================================================================================
34
- // Serial over OpenAmp
34
+ // Serial over OpenAMP
35
35
36
36
// This structure is used to be able to get VirtIOSerial instance (C++ class)
37
37
// from handler (C structure) specially for rpmsg message management
You can’t perform that action at this time.
0 commit comments