commented out last of TelemEncoding.h

pull/100/head
alanbjohnston 5 years ago committed by GitHub
parent 19695b91e7
commit 8bacbb9215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1689,6 +1689,7 @@ FILE *sopen(const char *program)
* Author: fox * Author: fox
*/ */
/*
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <assert.h> #include <assert.h>
@ -1698,7 +1699,7 @@ FILE *sopen(const char *program)
#define false 0 #define false 0
#define true 1 #define true 1
*/
void write_wave(int i, short int *buffer) void write_wave(int i, short int *buffer)
{ {
if (mode == FSK) if (mode == FSK)

Loading…
Cancel
Save

Powered by TurnKey Linux.