ATParser
ATParser copied to clipboard
Fix negative indices in check for delimiter
The check for delimiters was doing something creative in ATParser::recv. Ended up with a negative index. Should be able to replace with strncmp, although this may change the behaviour slightly. Will need to test.
cc @soramame21 related issue https://github.com/ARMmbed/ATParser/issues/12