configs/stm32f4discovery/pm: Configuration converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt
2014-03-04 08:58:01 -06:00
parent 1c76e28794
commit 18f74bade9
22 changed files with 977 additions and 812 deletions
+2 -2
View File
@@ -417,8 +417,8 @@ int work_usrstart(void);
* work - The work structure to queue
* worker - The worker callback to be invoked. The callback will invoked
* on the worker thread of execution.
* arg - The argument that will be passed to the workder callback when
* int is invoked.
* arg - The argument that will be passed to the worker callback when
* it is invoked.
* delay - Delay (in clock ticks) from the time queue until the worker
* is invoked. Zero means to perform the work immediately.
*