diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-07-10 09:04:42 -0700 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-07-14 23:00:29 +0100 |
commit | 9309e609cdbd9b28afd3645d30cad15f54b797b7 (patch) | |
tree | a94fdfac810e8e37d9c25af868c35fb1fd0e5016 | |
parent | ade9a052365247be5ed4ce8b53c2164a576a4a05 (diff) | |
download | micropython-9309e609cdbd9b28afd3645d30cad15f54b797b7.tar.gz micropython-9309e609cdbd9b28afd3645d30cad15f54b797b7.zip |
stmhal: Add qstr definition for ifconfig when building for WizNet
-rw-r--r-- | stmhal/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index c42ca734ba..d99807af11 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -446,6 +446,7 @@ Q(route) #if MICROPY_PY_WIZNET5K Q(WIZNET5K) Q(regs) +Q(ifconfig) Q(ipaddr) #endif |