Skip to content

Commit 7c11f04

Browse files
Transports/IridiumSBD/Driver: fix const type.
1 parent f54def2 commit 7c11f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transports/IridiumSBD/Driver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Transports
5656
//! Default timeout for SBDIX command.
5757
static constexpr double c_default_timeout_sbdix = 20.0;
5858
//! Error reply string.
59-
static constexpr char* c_error_reply = "ERROR";
59+
static constexpr const char* c_error_reply = "ERROR";
6060

6161
class Driver: public HayesModem
6262
{

0 commit comments

Comments
 (0)