diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/_index.html b/content/_index.html index 3ceba4f..684bbe1 100644 --- a/content/_index.html +++ b/content/_index.html @@ -4,6 +4,13 @@ date: 2025-12-23T17:12:55-03:30 draft: false --- +<blockquote><code> +/* _nop() has been deprecated; use __nop() */<br> +#define _nop() __nop() +</code> +<cite>—excerpt from <a href="https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8"><code>pic.h</code></a></cite> +</blockquote> + <h1>About</h1> <table> <thead> |