STM32: Fix a comment

This commit is contained in:
Gregory Nutt
2017-04-02 12:32:20 -06:00
parent 663c48c329
commit fb42844788
+1 -3
View File
@@ -90,9 +90,7 @@
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif
/* If processing is not done at the interrupt level, then work queue support
* is required.
*/
/* Work queue support is required. */
#if !defined(CONFIG_SCHED_WORKQUEUE)
# error Work queue support is required