Browse Source

AP_HAL: fixed HAL_SEMAPHORE_BLOCK_FOREVER to be zero

all implementations assume this
master
Andrew Tridgell 8 years ago
parent
commit
bf0b0c1773
  1. 2
      libraries/AP_HAL/Semaphores.h

2
libraries/AP_HAL/Semaphores.h

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
#include "AP_HAL_Namespace.h"
#define HAL_SEMAPHORE_BLOCK_FOREVER ((uint32_t) 0xFFFFFFFF)
#define HAL_SEMAPHORE_BLOCK_FOREVER 0
class AP_HAL::Semaphore {
public:

Loading…
Cancel
Save