Skip to content

Commit

Permalink
Fix #204, Apply header guard standard
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Feb 3, 2022
1 parent 5ffc027 commit 5f5a1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Subsystems/cmdUtil/SendUdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
** See the License for the specific language governing permissions and
** limitations under the License.
*/
#ifndef _sendudp_
#define _sendudp_
#ifndef SENDUDP_H
#define SENDUDP_H

int SendUdp(char *hostname, char *portNum, unsigned char *packetData, int packetSize);

Expand Down

0 comments on commit 5f5a1bf

Please sign in to comment.