Skip to content

Commit

Permalink
Fixed obsolete/broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored May 22, 2020
1 parent a5871c7 commit 5f44fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING_STYLE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Firmware commands name rules
==================
Commands name rules are used by [tokeline](https://github.com/biot/tokenline) "t_token_dict" like for example in https://github.com/bvernoux/hydrafw/blob/master/hydrabus/commands.c
Commands name rules are used by [tokeline](https://github.com/hydrabus/tokenline) "t_token_dict" like for example in https://github.com/hydrabus/hydrafw/blob/master/src/hydrabus/commands.c

basic rules: no capital letters or _ in keywords please, this keeps it consistent use - for space instead, like write-mode or whatever

Expand All @@ -14,7 +14,7 @@ C code conventions
==================
When writing new C code, please adhere to the following conventions.

Coding Style of the project: Linux Kernel coding style see: https://www.kernel.org/doc/Documentation/CodingStyle
Coding Style of the project: Linux Kernel coding style see: https://www.kernel.org/doc/html/latest/process/coding-style.html

# Configuration of Linux Kernel coding style with AStyle
Can be also done automatically with open source tool AStyle: http://astyle.sourceforge.net/
Expand Down

0 comments on commit 5f44fa2

Please sign in to comment.