Fixing input serial line initialization pointed by Peter Sjödin/KTH
For avr-rss2 platform
This commit is contained in:
parent
fa6c52633f
commit
29914b5a1f
2 changed files with 5 additions and 8 deletions
|
@ -110,14 +110,6 @@ Tested applications and examples
|
|||
* `examples/powertrace`
|
||||
* `example-shell`
|
||||
|
||||
Note that the shell example needs file `symbols.c` to be added to project also seems like
|
||||
in `core/dev/serial-line.c` the function `process_poll` must be replaced with `process_post`:
|
||||
|
||||
/* Wake up consumer process */
|
||||
- process_poll(&serial_line_process);
|
||||
+ process_post(&serial_line_process, 0, 0);
|
||||
|
||||
|
||||
Platform tutorial applications
|
||||
-----------------------------
|
||||
Example to read out various sensors, leds, serial numbers, and so on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue