8000 remove extraneous copyrights · litui/circuitpython@82694b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82694b7

Browse files
committed
remove extraneous copyrights
1 parent f279a2d commit 82694b7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

ports/raspberrypi/common-hal/analogbufio/BufferedIn.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* The MIT License (MIT)
55
*
66
* SPDX-FileCopyrightText: Copyright (c) 20 8000 22 Lee Atkinson, MeanStride Technology, Inc.
7-
* Copyright (c) 2013, 2014 Damien P. George
8-
* Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
97
*
108
* SPDX-License-Identifier: BSD-3-Clause
119
*
@@ -66,9 +64,6 @@ void common_hal_analogbufio_bufferedin_construct(analogbufio_bufferedin_obj_t *s
6664
self->bytes_per_sample = bytes_per_sample;
6765
self->sample_rate = sample_rate;
6866

69-
// Standard IO Init
70-
stdio_init_all();
71-
7267
// Init GPIO for analogue use: hi-Z, no pulls, disable digital input buffer.
7368
adc_init();
7469
adc_gpio_init(pin->number);

ports/raspberrypi/common-hal/analogbufio/BufferedIn.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* The MIT License (MIT)
55
*
66
* SPDX-FileCopyrightText: Copyright (c) 2022 Lee Atkinson, MeanStride Technology, Inc.
7-
* Copyright (c) 2013, 2014 Damien P. George
8-
* Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
97
*
108
* SPDX-License-Identifier: BSD-3-Clause
119
*

0 commit comments

Comments
 (0)
0