Skip to content

Commit a0df7fc

Browse files
change namespace
1 parent 5fee50b commit a0df7fc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class BLE : public ::BLEInstanceBase {
152152
} initialization_status;
153153

154154
::BLE::InstanceID_t instanceID;
155-
mutable pal::SimpleEventQueue _event_queue;
155+
mutable SimpleEventQueue _event_queue;
156156

157157
class SigningEventMonitorProxy : public pal::SigningEventMonitor {
158158
public:

features/FEATURE_BLE/targets/TARGET_CORDIO/SimpleEventQueue.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
#include "ble/BLE.h"
2424

2525
namespace ble {
26-
namespace pal {
26+
namespace vendor {
27+
namespace cordio {
2728

2829
/**
2930
* Simple implementation of the pal::EventQueue.
@@ -143,7 +144,8 @@ struct SimpleEventQueue : EventQueue {
143144
EventNode* _events;
144145
};
145146

146-
} // namespace pal
147+
} // namespace cordio
148+
} // namespace vendor
147149
} // namespace ble
148150

149151
#endif /* BLE_PAL_SIMPLE_EVENT_QUEUE_H_ */

0 commit comments

Comments
 (0)