diff --git a/README.md b/README.md index 939e253..e6978e9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Inlined STM8S SPL (STM8S103) for use with SDCC -This is probably against the license, but who cares. +This is probably against the license, so use at own risk. SDCC does not support --gc-sections, so we have to either use #ifdef's and compile switches to remove unused code, or inline it.