mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Eliminate some new warnings found in build testing
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
#include "imxrt_clockconfig.h"
|
#include "imxrt_clockconfig.h"
|
||||||
#include "imxrt_mpuinit.h"
|
#include "imxrt_mpuinit.h"
|
||||||
#include "imxrt_userspace.h"
|
#include "imxrt_userspace.h"
|
||||||
|
#include "imxrt_serial.h"
|
||||||
#include "imxrt_start.h"
|
#include "imxrt_start.h"
|
||||||
#include "imxrt_gpio.h"
|
#include "imxrt_gpio.h"
|
||||||
|
|
||||||
|
|||||||
@@ -108,3 +108,6 @@ Configurations
|
|||||||
Configures the NuttShell (nsh) located at apps/examples/nsh. Support
|
Configures the NuttShell (nsh) located at apps/examples/nsh. Support
|
||||||
for builtin applications is enabled, but in the base configuration no
|
for builtin applications is enabled, but in the base configuration no
|
||||||
builtin applications are selected.
|
builtin applications are selected.
|
||||||
|
|
||||||
|
NOTE: This is a very minimal NSH configuration in order to recude
|
||||||
|
memory usage. Most of the NSH niceties are not available.
|
||||||
@@ -100,7 +100,7 @@ Configurations
|
|||||||
115,200 8N1. This corresponds to the OpenSDA VCOM port.
|
115,200 8N1. This corresponds to the OpenSDA VCOM port.
|
||||||
|
|
||||||
Configuration Sub-directories
|
Configuration Sub-directories
|
||||||
-------------------------
|
-----------------------------
|
||||||
|
|
||||||
nsh:
|
nsh:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -457,7 +457,6 @@ void mac802154_txdone_assocreq(FAR struct ieee802154_privmac_s *priv,
|
|||||||
FAR struct ieee802154_txdesc_s *txdesc)
|
FAR struct ieee802154_txdesc_s *txdesc)
|
||||||
{
|
{
|
||||||
enum ieee802154_status_e status;
|
enum ieee802154_status_e status;
|
||||||
FAR struct ieee802154_txdesc_s *respdesc;
|
|
||||||
FAR struct ieee802154_primitive_s *primitive =
|
FAR struct ieee802154_primitive_s *primitive =
|
||||||
(FAR struct ieee802154_primitive_s *)txdesc->conf;
|
(FAR struct ieee802154_primitive_s *)txdesc->conf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user