James Clark
James Clark
Yes, the docs should make that clear.
Do we need to allow unused variables?
I don't understand why you see this as a problem with `var`. Don't I have exactly the same problem with the following? ``` error? unused_variable = foo(); ``` In both...
I made the point about unused variables be a separate issue #356.
I'm seeing a problem similar to what @ktgoto reported in https://github.com/raspberrypi/linux/issues/4453#issuecomment-1063670103 This is with kernel 6.1.21-v8+ on a Raspberry Pi CM4. My scenario is that I have the UART output...
@pelwell I tried doing as you suggest, and I get the same problem. When doing one stty command, then multiple cat commands, each of the cat commands can produce corrupted...
`lsof /dev/ttyAMA0` (with and without `sudo`) show nothing.
Trying `sudo rpi-update`. This updates to 6.12.41. Seems to work.