Commit c6c621bdb50532a7a41c9de4922a774470cfe93d

Authored by Stephen Warren
Committed by Albert ARIBAUD
1 parent f418597369

README: fix references to config_cmd_default.h

All usage of config_cmd_default.h uses <> for the include statement.
Update the README to do the same, rather than using "".

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -744,8 +744,8 @@
744 744 - Monitor Functions:
745 745 Monitor commands can be included or excluded
746 746 from the build by using the #include files
747   - "config_cmd_all.h" and #undef'ing unwanted
748   - commands, or using "config_cmd_default.h"
  747 + <config_cmd_all.h> and #undef'ing unwanted
  748 + commands, or using <config_cmd_default.h>
749 749 and augmenting with additional #define's
750 750 for wanted commands.
751 751