[riot-notifications] [RIOT-OS/RIOT] cpu/native: remove unused can_linux module (#15407)
Leandro Lanzieri
notifications at github.com
Tue Nov 10 16:04:49 CET 2020
@leandrolanzieri commented on this pull request.
> @@ -20,7 +20,7 @@
*/
#if !defined(__linux__)
-#error "MODULE can_linux is only available on Linux"
+#error "MODULE periph_can is only available on Linux"
This message is there for when trying to use the `periph_can` on a native instance that is not linux (e.g. on OSX), although I'd say that in that case the features should not even be there. Keep in mind that this file is `cpu/native` specific.
> the statement "MODULE periph_can is only available on Linux" doesn't sound right?
How do you propose to reword this?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15407#discussion_r520632272
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/726885bd/attachment-0001.htm>
More information about the notifications
mailing list