All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
189 B
C
12 lines
189 B
C
/**
|
|
* @file version.h
|
|
* @brief Version information for ClearGrow Probe firmware
|
|
*/
|
|
|
|
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define TEST_PROBE_MARKER "test-probe-6"
|
|
|
|
#endif /* VERSION_H */
|