diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-11-04 20:41:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-04 20:41:54 -0500 |
| commit | f185b30d711f39dc441919ba52d80b6dc299bc5f (patch) | |
| tree | b1e730ec748c631e109394884b2cc9429717dca4 | |
| parent | ccff7e70ca91a807e1073f756ba20491f6a20c35 (diff) | |
Update PWMOut.h
| -rw-r--r-- | ports/stm32f4/common-hal/pulseio/PWMOut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32f4/common-hal/pulseio/PWMOut.h b/ports/stm32f4/common-hal/pulseio/PWMOut.h index c259d867e..59fc04e5f 100644 --- a/ports/stm32f4/common-hal/pulseio/PWMOut.h +++ b/ports/stm32f4/common-hal/pulseio/PWMOut.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2017 Lucian Copeland for Adafruit Industries + * Copyright (c) 2019 Lucian Copeland for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
