We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e798b67 commit 22f4438Copy full SHA for 22f4438
ports/atmel-samd/mpconfigport.h
@@ -294,25 +294,13 @@ extern const struct _mp_obj_module_t usb_hid_module;
294
X(EPERM) \
295
X(ENOENT) \
296
X(EIO) \
297
- X(EBADF) \
298
X(EAGAIN) \
299
X(ENOMEM) \
300
X(EACCES) \
301
X(EEXIST) \
302
X(ENODEV) \
303
X(EISDIR) \
304
X(EINVAL) \
305
- X(EOPNOTSUPP) \
306
- X(EADDRINUSE) \
307
- X(ECONNABORTED) \
308
- X(ECONNRESET) \
309
- X(ENOBUFS) \
310
- X(ENOTCONN) \
311
- X(ETIMEDOUT) \
312
- X(ECONNREFUSED) \
313
- X(EHOSTUNREACH) \
314
- X(EALREADY) \
315
- X(EINPROGRESS) \
316
317
// We need to provide a declaration/definition of alloca()
318
#include <alloca.h>
0 commit comments